Don't disable Unicode menus on Windows NT and later due to random errors.
authorEli Zaretskii <eliz@gnu.org>
Thu, 26 Apr 2012 10:07:35 +0000 (13:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 26 Apr 2012 10:07:35 +0000 (13:07 +0300)
commit1ee76c96de933858e8add696a6f6c36c8838d0ae
treebd5bc7de976234cf51413228cf63d299a5d27828
parent4a7f930ce22b5b203dcb009ef14baf040025c2b3
Don't disable Unicode menus on Windows NT and later due to random errors.

 src/w32menu.c: Include w32heap.h.
 (add_menu_item): If the call to AppendMenuW (via
 unicode_append_menu) fails, disable Unicode menus only if we are
 running on Windows 9X/Me.
src/ChangeLog
src/w32menu.c